Skip to content

Fix #23 stop assigning list from list.append - #24

Merged
GuruM merged 1 commit into
metaplane:mainfrom
VDFaller:main
Dec 1, 2025
Merged

Fix #23 stop assigning list from list.append#24
GuruM merged 1 commit into
metaplane:mainfrom
VDFaller:main

Conversation

@VDFaller

@VDFaller VDFaller commented Jul 29, 2025

Copy link
Copy Markdown
Contributor

Summary of Changes

Fixes dbt-labs/dbt-core#13115
Change {% set columns = columns.append(...) %} to {% do columns.append(...) %}

Why Do We Need These Changes

Otherwise dbt-fusion won't work with dbt-expectations. They said they don't plan on fixing dbt-labs/dbt-core#13522, which seems reasonable.

Reviewers

@tpoll @gusvargas

@owenprough-sift

Copy link
Copy Markdown

@GuruM (since you've reviewed/merged PRs in this repo recently): what is the process for getting review on community-submitted PRs?

@VDFaller

VDFaller commented Dec 1, 2025

Copy link
Copy Markdown
Contributor Author

Awesome! Thanks @GuruM, now we can go back to the maintained version.

@GuruM
GuruM merged commit f93478c into metaplane:main Dec 1, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Cloud CLI credentials in VS Code extension

3 participants